EditCell
Type
command
Summary
Sends the EditValue message to the column control for column pColumnName of line pLineNo.
Syntax
dispatch "EditCell" to group "DataGrid" with pColumnName,
pLineNo
Description
Sends the EditValue message to the column control for column pColumnName of line pLineNo. The default behaviors for columns handle the EditValue message and open the cell for editing by calling EditFieldText. Can only be used with tables.